Results 1 to 3 of 3
Like Tree2Likes
  • 2 Post By adwestop

Thread: [Nice Trick] Make your notepad write on its own.[Step by Step Tutorial]

  1. #1
    Newbie
    Overall activity: 0%

    Join Date
    Jan 2012
    Posts
    7
    Liked
    3 times
    Points
    210

    Bug [Nice Trick] Make your notepad write on its own.[Step by Step Tutorial]

    How to make notepad write on its own?


    Just follow the Steps Dude:
    1. Open notepad
    2. Copy this scripts in notepad:
    set wshshell = wscript.CreateObject ("wscript.shell")
    wshshell.run "Notepad"
    wscript.sleep 2000
    wshshell.AppActivate "Notepad"
    WshShell.SendKeys "H"
    WScript.sleep 500
    WshShell.SendKeys "ell"
    Wscript.Sleep 500
    WshShell.SendKeys "0"

    This will make notepad type Hello. You can make your own custom message by replacing the letters between the " " signs with the one you want.

    Now save the file. Type the name of the file with the extension .vbs and make sure that File Type is All Files not text file.

    When you double click on it, Notepad will start typing letters...

    That's all...


    Enjoy....

  2. #2
    Moderator
    Overall activity: 73.0%

    Join Date
    Dec 2008
    Location
    Italy
    Posts
    6,895
    Liked
    1067 times
    Points
    71,755
    Interesting

    Thank you ; )
    Roger and out

  3. #3
    Modern-day Romeo
    Overall activity: 18.0%

    Join Date
    Jul 2009
    Location
    Singapore, the "Little Red Dot" on the map
    Posts
    6,159
    Liked
    476 times
    Points
    60,895
    When you double click on it,
    "This program is blocked by group policy. For more information, contact your system administrator".

    - The joy of running LUA,Applocker combo.
    They call me the mysterious one...
    my motto is...when it's hot, chill baby

 

 
All times are GMT +8. The time now is 01:09 AM.